home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VELENG10.ZIP / HEURIST.H < prev    next >
C/C++ Source or Header  |  1997-07-27  |  161b  |  11 lines

  1. #define HE_WIN     3
  2. #define HE_LOSS    2
  3. #define HE_DRAW    1
  4. #define HE_UNKNOWN 0
  5.  
  6. struct info {
  7.                 short max_tree_depth;
  8.                 short bestmove;
  9.             };
  10.  
  11.